[INFO] cloning repository https://github.com/CoucouInc/rustycoucou
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CoucouInc/rustycoucou" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCoucouInc%2Frustycoucou", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCoucouInc%2Frustycoucou'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 75516560fe66f5bc4821062383d64dae1f76fb36
[INFO] testing CoucouInc/rustycoucou against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCoucouInc%2Frustycoucou" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CoucouInc/rustycoucou
[INFO] finished tweaking git repo https://github.com/CoucouInc/rustycoucou
[INFO] tweaked toml for git repo https://github.com/CoucouInc/rustycoucou written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CoucouInc/rustycoucou on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CoucouInc/rustycoucou already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 844d17355c5b96ef3807714ecf8b6bdb4f21bc6f0dd9766b62d89b3059f3f6c3
[INFO] running `Command { std: "docker" "start" "-a" "844d17355c5b96ef3807714ecf8b6bdb4f21bc6f0dd9766b62d89b3059f3f6c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "844d17355c5b96ef3807714ecf8b6bdb4f21bc6f0dd9766b62d89b3059f3f6c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "844d17355c5b96ef3807714ecf8b6bdb4f21bc6f0dd9766b62d89b3059f3f6c3", kill_on_drop: false }`
[INFO] [stdout] 844d17355c5b96ef3807714ecf8b6bdb4f21bc6f0dd9766b62d89b3059f3f6c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1bc83af4d3dc4e1eb8a369a6e5bc79c995e169feb4f87b37e701e8ff90b7ef5
[INFO] running `Command { std: "docker" "start" "-a" "b1bc83af4d3dc4e1eb8a369a6e5bc79c995e169feb4f87b37e701e8ff90b7ef5", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.1
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling futures-sink v0.3.19
[INFO] [stderr]    Compiling futures-task v0.3.19
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling futures-io v0.3.19
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling siphasher v0.3.9
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling serde_json v1.0.109
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling syn v2.0.43
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling rustversion v1.0.12
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling typed-arena v1.7.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling pretty v0.5.2
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-japanese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-korean v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling axum v0.6.18
[INFO] [stderr]    Compiling string_cache_codegen v0.5.1
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling anyhow v1.0.55
[INFO] [stderr]    Compiling encoding v0.2.33
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling elsa v1.6.0
[INFO] [stderr]    Compiling annotate-snippets v0.9.1
[INFO] [stderr]    Compiling getrandom v0.2.4
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling matchit v0.7.0
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling markup5ever v0.10.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling dtoa-short v0.3.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling tendril v0.4.2
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling servo_arc v0.1.1
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.22.2
[INFO] [stderr]    Compiling log v0.3.9
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling thin-slice v0.1.1
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling mime v0.2.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stderr]    Compiling yansi v0.5.0
[INFO] [stderr]    Compiling ego-tree v0.6.2
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling ct-logs v0.8.0
[INFO] [stderr]    Compiling pretty_assertions v1.3.0
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling time-macros v0.2.3
[INFO] [stderr]    Compiling abnf v0.6.1
[INFO] [stderr]    Compiling num_threads v0.1.3
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling abnf_to_pest v0.5.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling aliri_braid_impl v0.4.0
[INFO] [stderr]    Compiling time v0.3.7
[INFO] [stderr]    Compiling futures-macro v0.3.19
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling dhall v0.10.1
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling pest_consume_macros v1.1.0
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling rustls-native-certs v0.5.0
[INFO] [stderr]    Compiling html5ever v0.25.1
[INFO] [stderr]    Compiling cssparser-macros v0.6.0
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling dhall_proc_macros v0.5.1
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling aliri_braid_impl v0.1.9
[INFO] [stderr]    Compiling diesel_derives v1.4.1
[INFO] [stderr]    Compiling pin-project v1.0.10
[INFO] [stderr]    Compiling pest_consume v1.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.7
[INFO] [stderr]    Compiling aliri_braid v0.4.0
[INFO] [stderr]    Compiling typed-builder v0.9.1
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling republican-calendar v0.1.0 (/opt/rustwide/workdir/republican-calendar)
[INFO] [stderr]    Compiling aliri_braid v0.1.9
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling futures-executor v0.3.19
[INFO] [stderr]    Compiling futures v0.3.19
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling irc-proto v0.15.0
[INFO] [stderr]    Compiling h2 v0.3.19
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.11
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling string_cache v0.8.3
[INFO] [stderr]    Compiling twitch_types v0.4.4
[INFO] [stderr]    Compiling diesel v1.4.8
[INFO] [stderr]    Compiling irc v0.15.0
[INFO] [stderr]    Compiling twitch_oauth2 v0.12.9
[INFO] [stderr]    Compiling scraper v0.12.0
[INFO] [stderr]    Compiling hyper v0.14.26
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.22.1
[INFO] [stderr]    Compiling migrations_internals v1.4.1
[INFO] [stderr]    Compiling reqwest v0.11.9
[INFO] [stderr]    Compiling yup-oauth2 v5.1.0
[INFO] [stderr]    Compiling migrations_macros v1.4.2
[INFO] [stderr]    Compiling diesel_migrations v1.4.0
[INFO] [stderr]    Compiling google-youtube3 v2.0.10+20210330
[INFO] [stderr]    Compiling twitch_oauth2 v0.6.1
[INFO] [stderr]    Compiling twitch_api2 v0.6.0-rc.3
[INFO] [stderr]    Compiling plugin-core v0.1.0 (/opt/rustwide/workdir/plugin-core)
[INFO] [stderr]    Compiling serde_dhall v0.10.1
[INFO] [stderr]    Compiling plugin-url v0.1.0 (/opt/rustwide/workdir/plugin-url)
[INFO] [stderr]    Compiling plugin-twitch v0.1.0 (/opt/rustwide/workdir/plugin-twitch)
[INFO] [stderr]    Compiling rustygolem v0.1.0 (/opt/rustwide/workdir/rustygolem)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                 ^---------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `FromSqlRow` is not local
[INFO] [stdout]     |                 move the `impl` block outside of this function `_impl_from_sql_row_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                 ^---------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `Queryable` is not local
[INFO] [stdout]     |                 move the `impl` block outside of this function `_impl_from_sql_row_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                             -^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `AsExpression` is not local
[INFO] [stdout]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout]     |              ------ `Text` is not local
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                             -^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `AsExpression` is not local
[INFO] [stdout]     |                             `Nullable` is not local
[INFO] [stdout]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout]     |              ------ `Text` is not local
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                             ^-----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `ToSql` is not local
[INFO] [stdout]     |                             `Nullable` is not local
[INFO] [stdout]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout]     |              ------ `Text` is not local
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                             ^-----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `AsExpression` is not local
[INFO] [stdout]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout]     |              ------ `Text` is not local
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                             ^-----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `AsExpression` is not local
[INFO] [stdout]     |                             `Nullable` is not local
[INFO] [stdout]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout]     |              ------ `Text` is not local
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:233:17
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stdout]     |                 ^--------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `Queryable` is not local
[INFO] [stdout]     |                 move the `impl` block outside of this function `_impl_queryable_for_cryptocoinrate`
[INFO] [stdout] 234 | #[table_name = "crypto_rate"]
[INFO] [stdout] 235 | struct CryptoCoinRate {
[INFO] [stdout]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stdout]     |                            ^---------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `Insertable` is not local
[INFO] [stdout]     |                            `table` is not local
[INFO] [stdout]     |                            move the `impl` block outside of this function `_impl_insertable_for_cryptocoinrate`
[INFO] [stdout] 234 | #[table_name = "crypto_rate"]
[INFO] [stdout] 235 | struct CryptoCoinRate {
[INFO] [stdout]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stdout]     |                            -^^^^^^^^^
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `Insertable` is not local
[INFO] [stdout]     |                            `table` is not local
[INFO] [stdout]     |                            move the `impl` block outside of this function `_impl_insertable_for_cryptocoinrate`
[INFO] [stdout] 234 | #[table_name = "crypto_rate"]
[INFO] [stdout] 235 | struct CryptoCoinRate {
[INFO] [stdout]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stdout]     |                            ^---------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `UndecoratedInsertRecord` is not local
[INFO] [stdout]     |                            `table` is not local
[INFO] [stdout]     |                            move the `impl` block outside of this function `_impl_insertable_for_cryptocoinrate`
[INFO] [stdout] 234 | #[table_name = "crypto_rate"]
[INFO] [stdout] 235 | struct CryptoCoinRate {
[INFO] [stdout]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> rustygolem/src/plugins/ctcp.rs:93:20
[INFO] [stdout]    |
[INFO] [stdout] 93 | fn ctcp_cmd(input: &str) -> IResult<&str, CtcpCmd> {
[INFO] [stdout]    |                    ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is elided here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 | fn ctcp_cmd(input: &str) -> IResult<&str, CtcpCmd<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> rustygolem/src/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     crypto_rate (date, coin) {
[INFO] [stdout] 3 | |         date -> Timestamp,
[INFO] [stdout] 4 | |         coin -> Text,
[INFO] [stdout] ... |
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | | `table` is not local
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> rustygolem/src/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     crypto_rate (date, coin) {
[INFO] [stdout] 3 | |         date -> Timestamp,
[INFO] [stdout]   | |         ---- `date` is not local
[INFO] [stdout] 4 | |         coin -> Text,
[INFO] [stdout] ... |
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_date`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> rustygolem/src/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     crypto_rate (date, coin) {
[INFO] [stdout] 3 | |         date -> Timestamp,
[INFO] [stdout] 4 | |         coin -> Text,
[INFO] [stdout]   | |         ---- `coin` is not local
[INFO] [stdout] ... |
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_coin`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> rustygolem/src/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     crypto_rate (date, coin) {
[INFO] [stdout] 3 | |         date -> Timestamp,
[INFO] [stdout] 4 | |         coin -> Text,
[INFO] [stdout] 5 | |         rate -> Float,
[INFO] [stdout]   | |         ---- `rate` is not local
[INFO] [stdout] 6 | |     }
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_rate`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: html5ever v0.25.1, migrations_internals v1.4.1, nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b1bc83af4d3dc4e1eb8a369a6e5bc79c995e169feb4f87b37e701e8ff90b7ef5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1bc83af4d3dc4e1eb8a369a6e5bc79c995e169feb4f87b37e701e8ff90b7ef5", kill_on_drop: false }`
[INFO] [stdout] b1bc83af4d3dc4e1eb8a369a6e5bc79c995e169feb4f87b37e701e8ff90b7ef5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91543e636a3df8d9b26f1166b564b52d5cfea0bd8bfe36bbc4fa072774d15494
[INFO] running `Command { std: "docker" "start" "-a" "91543e636a3df8d9b26f1166b564b52d5cfea0bd8bfe36bbc4fa072774d15494", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling plugin-url v0.1.0 (/opt/rustwide/workdir/plugin-url)
[INFO] [stderr]    Compiling republican-calendar v0.1.0 (/opt/rustwide/workdir/republican-calendar)
[INFO] [stderr]    Compiling plugin-twitch v0.1.0 (/opt/rustwide/workdir/plugin-twitch)
[INFO] [stderr]    Compiling plugin-core v0.1.0 (/opt/rustwide/workdir/plugin-core)
[INFO] [stderr]    Compiling pretty_assertions v0.6.1
[INFO] [stderr]    Compiling rustygolem v0.1.0 (/opt/rustwide/workdir/rustygolem)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                 ^---------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `FromSqlRow` is not local
[INFO] [stdout]     |                 move the `impl` block outside of this function `_impl_from_sql_row_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                 ^---------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `Queryable` is not local
[INFO] [stdout]     |                 move the `impl` block outside of this function `_impl_from_sql_row_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                             -^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `AsExpression` is not local
[INFO] [stdout]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout]     |              ------ `Text` is not local
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                             -^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `AsExpression` is not local
[INFO] [stdout]     |                             `Nullable` is not local
[INFO] [stdout]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout]     |              ------ `Text` is not local
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                             ^-----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `ToSql` is not local
[INFO] [stdout]     |                             `Nullable` is not local
[INFO] [stdout]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout]     |              ------ `Text` is not local
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                             ^-----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `AsExpression` is not local
[INFO] [stdout]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout]     |              ------ `Text` is not local
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stdout]     |                             ^-----------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `AsExpression` is not local
[INFO] [stdout]     |                             `Nullable` is not local
[INFO] [stdout]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stdout] 116 | #[sql_type = "Text"]
[INFO] [stdout]     |              ------ `Text` is not local
[INFO] [stdout] 117 | enum CryptoCoin {
[INFO] [stdout]     |      ---------- `CryptoCoin` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:233:17
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stdout]     |                 ^--------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `Queryable` is not local
[INFO] [stdout]     |                 move the `impl` block outside of this function `_impl_queryable_for_cryptocoinrate`
[INFO] [stdout] 234 | #[table_name = "crypto_rate"]
[INFO] [stdout] 235 | struct CryptoCoinRate {
[INFO] [stdout]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stdout]     |                            ^---------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `Insertable` is not local
[INFO] [stdout]     |                            `table` is not local
[INFO] [stdout]     |                            move the `impl` block outside of this function `_impl_insertable_for_cryptocoinrate`
[INFO] [stdout] 234 | #[table_name = "crypto_rate"]
[INFO] [stdout] 235 | struct CryptoCoinRate {
[INFO] [stdout]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stdout]     |                            -^^^^^^^^^
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `Insertable` is not local
[INFO] [stdout]     |                            `table` is not local
[INFO] [stdout]     |                            move the `impl` block outside of this function `_impl_insertable_for_cryptocoinrate`
[INFO] [stdout] 234 | #[table_name = "crypto_rate"]
[INFO] [stdout] 235 | struct CryptoCoinRate {
[INFO] [stdout]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> rustygolem/src/plugins/crypto/plugin.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stdout]     |                            ^---------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `UndecoratedInsertRecord` is not local
[INFO] [stdout]     |                            `table` is not local
[INFO] [stdout]     |                            move the `impl` block outside of this function `_impl_insertable_for_cryptocoinrate`
[INFO] [stdout] 234 | #[table_name = "crypto_rate"]
[INFO] [stdout] 235 | struct CryptoCoinRate {
[INFO] [stdout]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> rustygolem/src/plugins/ctcp.rs:93:20
[INFO] [stdout]    |
[INFO] [stdout] 93 | fn ctcp_cmd(input: &str) -> IResult<&str, CtcpCmd> {
[INFO] [stdout]    |                    ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is elided here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 | fn ctcp_cmd(input: &str) -> IResult<&str, CtcpCmd<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> rustygolem/src/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     crypto_rate (date, coin) {
[INFO] [stdout] 3 | |         date -> Timestamp,
[INFO] [stdout] 4 | |         coin -> Text,
[INFO] [stdout] ... |
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | | `table` is not local
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> rustygolem/src/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     crypto_rate (date, coin) {
[INFO] [stdout] 3 | |         date -> Timestamp,
[INFO] [stdout]   | |         ---- `date` is not local
[INFO] [stdout] 4 | |         coin -> Text,
[INFO] [stdout] ... |
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_date`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> rustygolem/src/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     crypto_rate (date, coin) {
[INFO] [stdout] 3 | |         date -> Timestamp,
[INFO] [stdout] 4 | |         coin -> Text,
[INFO] [stdout]   | |         ---- `coin` is not local
[INFO] [stdout] ... |
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_coin`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> rustygolem/src/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     crypto_rate (date, coin) {
[INFO] [stdout] 3 | |         date -> Timestamp,
[INFO] [stdout] 4 | |         coin -> Text,
[INFO] [stdout] 5 | |         rate -> Float,
[INFO] [stdout]   | |         ---- `rate` is not local
[INFO] [stdout] 6 | |     }
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_rate`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.16s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: html5ever v0.25.1, migrations_internals v1.4.1, nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "91543e636a3df8d9b26f1166b564b52d5cfea0bd8bfe36bbc4fa072774d15494", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91543e636a3df8d9b26f1166b564b52d5cfea0bd8bfe36bbc4fa072774d15494", kill_on_drop: false }`
[INFO] [stdout] 91543e636a3df8d9b26f1166b564b52d5cfea0bd8bfe36bbc4fa072774d15494
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1c3f84621a462ff5c2b49fc677bfce66d017ae32393ae9010595f55471fa74fa
[INFO] running `Command { std: "docker" "start" "-a" "1c3f84621a462ff5c2b49fc677bfce66d017ae32393ae9010595f55471fa74fa", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:115:17
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stderr]     |                 ^---------
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 `FromSqlRow` is not local
[INFO] [stderr]     |                 move the `impl` block outside of this function `_impl_from_sql_row_for_cryptocoin`
[INFO] [stderr] 116 | #[sql_type = "Text"]
[INFO] [stderr] 117 | enum CryptoCoin {
[INFO] [stderr]     |      ---------- `CryptoCoin` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]     = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:115:17
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stderr]     |                 ^---------
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 `Queryable` is not local
[INFO] [stderr]     |                 move the `impl` block outside of this function `_impl_from_sql_row_for_cryptocoin`
[INFO] [stderr] 116 | #[sql_type = "Text"]
[INFO] [stderr] 117 | enum CryptoCoin {
[INFO] [stderr]     |      ---------- `CryptoCoin` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stderr]     |                             -^^^^^^^^^^^
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             `AsExpression` is not local
[INFO] [stderr]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stderr] 116 | #[sql_type = "Text"]
[INFO] [stderr]     |              ------ `Text` is not local
[INFO] [stderr] 117 | enum CryptoCoin {
[INFO] [stderr]     |      ---------- `CryptoCoin` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stderr]     |                             -^^^^^^^^^^^
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             `AsExpression` is not local
[INFO] [stderr]     |                             `Nullable` is not local
[INFO] [stderr]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stderr] 116 | #[sql_type = "Text"]
[INFO] [stderr]     |              ------ `Text` is not local
[INFO] [stderr] 117 | enum CryptoCoin {
[INFO] [stderr]     |      ---------- `CryptoCoin` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stderr]     |                             ^-----------
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             `ToSql` is not local
[INFO] [stderr]     |                             `Nullable` is not local
[INFO] [stderr]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stderr] 116 | #[sql_type = "Text"]
[INFO] [stderr]     |              ------ `Text` is not local
[INFO] [stderr] 117 | enum CryptoCoin {
[INFO] [stderr]     |      ---------- `CryptoCoin` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stderr]     |                             ^-----------
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             `AsExpression` is not local
[INFO] [stderr]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stderr] 116 | #[sql_type = "Text"]
[INFO] [stderr]     |              ------ `Text` is not local
[INFO] [stderr] 117 | enum CryptoCoin {
[INFO] [stderr]     |      ---------- `CryptoCoin` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:115:29
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[derive(Debug, FromSqlRow, AsExpression, PartialEq, Clone, Copy)]
[INFO] [stderr]     |                             ^-----------
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             `AsExpression` is not local
[INFO] [stderr]     |                             `Nullable` is not local
[INFO] [stderr]     |                             move the `impl` block outside of this function `_impl_as_expression_for_cryptocoin`
[INFO] [stderr] 116 | #[sql_type = "Text"]
[INFO] [stderr]     |              ------ `Text` is not local
[INFO] [stderr] 117 | enum CryptoCoin {
[INFO] [stderr]     |      ---------- `CryptoCoin` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `AsExpression` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: this warning originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:233:17
[INFO] [stderr]     |
[INFO] [stderr] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stderr]     |                 ^--------
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 `Queryable` is not local
[INFO] [stderr]     |                 move the `impl` block outside of this function `_impl_queryable_for_cryptocoinrate`
[INFO] [stderr] 234 | #[table_name = "crypto_rate"]
[INFO] [stderr] 235 | struct CryptoCoinRate {
[INFO] [stderr]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:233:28
[INFO] [stderr]     |
[INFO] [stderr] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stderr]     |                            ^---------
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            `Insertable` is not local
[INFO] [stderr]     |                            `table` is not local
[INFO] [stderr]     |                            move the `impl` block outside of this function `_impl_insertable_for_cryptocoinrate`
[INFO] [stderr] 234 | #[table_name = "crypto_rate"]
[INFO] [stderr] 235 | struct CryptoCoinRate {
[INFO] [stderr]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:233:28
[INFO] [stderr]     |
[INFO] [stderr] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stderr]     |                            -^^^^^^^^^
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            `Insertable` is not local
[INFO] [stderr]     |                            `table` is not local
[INFO] [stderr]     |                            move the `impl` block outside of this function `_impl_insertable_for_cryptocoinrate`
[INFO] [stderr] 234 | #[table_name = "crypto_rate"]
[INFO] [stderr] 235 | struct CryptoCoinRate {
[INFO] [stderr]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> rustygolem/src/plugins/crypto/plugin.rs:233:28
[INFO] [stderr]     |
[INFO] [stderr] 233 | #[derive(Debug, Queryable, Insertable)]
[INFO] [stderr]     |                            ^---------
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            `UndecoratedInsertRecord` is not local
[INFO] [stderr]     |                            `table` is not local
[INFO] [stderr]     |                            move the `impl` block outside of this function `_impl_insertable_for_cryptocoinrate`
[INFO] [stderr] 234 | #[table_name = "crypto_rate"]
[INFO] [stderr] 235 | struct CryptoCoinRate {
[INFO] [stderr]     |        -------------- `CryptoCoinRate` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> rustygolem/src/plugins/ctcp.rs:93:20
[INFO] [stderr]    |
[INFO] [stderr] 93 | fn ctcp_cmd(input: &str) -> IResult<&str, CtcpCmd> {
[INFO] [stderr]    |                    ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |                |
[INFO] [stderr]    |                    |                the same lifetime is elided here
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 93 | fn ctcp_cmd(input: &str) -> IResult<&str, CtcpCmd<'_>> {
[INFO] [stderr]    |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> rustygolem/src/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     crypto_rate (date, coin) {
[INFO] [stderr] 3 | |         date -> Timestamp,
[INFO] [stderr] 4 | |         coin -> Text,
[INFO] [stderr] ... |
[INFO] [stderr] 7 | | }
[INFO] [stderr]   | | ^
[INFO] [stderr]   | | |
[INFO] [stderr]   | | `table` is not local
[INFO] [stderr]   | |_`QueryId` is not local
[INFO] [stderr]   |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> rustygolem/src/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     crypto_rate (date, coin) {
[INFO] [stderr] 3 | |         date -> Timestamp,
[INFO] [stderr]   | |         ---- `date` is not local
[INFO] [stderr] 4 | |         coin -> Text,
[INFO] [stderr] ... |
[INFO] [stderr] 7 | | }
[INFO] [stderr]   | | ^
[INFO] [stderr]   | | |
[INFO] [stderr]   | |_`QueryId` is not local
[INFO] [stderr]   |   move the `impl` block outside of this function `_impl_query_id_for_date`
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> rustygolem/src/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     crypto_rate (date, coin) {
[INFO] [stderr] 3 | |         date -> Timestamp,
[INFO] [stderr] 4 | |         coin -> Text,
[INFO] [stderr]   | |         ---- `coin` is not local
[INFO] [stderr] ... |
[INFO] [stderr] 7 | | }
[INFO] [stderr]   | | ^
[INFO] [stderr]   | | |
[INFO] [stderr]   | |_`QueryId` is not local
[INFO] [stderr]   |   move the `impl` block outside of this function `_impl_query_id_for_coin`
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> rustygolem/src/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     crypto_rate (date, coin) {
[INFO] [stderr] 3 | |         date -> Timestamp,
[INFO] [stderr] 4 | |         coin -> Text,
[INFO] [stderr] 5 | |         rate -> Float,
[INFO] [stderr]   | |         ---- `rate` is not local
[INFO] [stderr] 6 | |     }
[INFO] [stderr] 7 | | }
[INFO] [stderr]   | | ^
[INFO] [stderr]   | | |
[INFO] [stderr]   | |_`QueryId` is not local
[INFO] [stderr]   |   move the `impl` block outside of this function `_impl_query_id_for_rate`
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `rustygolem` (bin "rustygolem" test) generated 16 warnings (run `cargo fix --bin "rustygolem" -p rustygolem --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: html5ever v0.25.1, migrations_internals v1.4.1, nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plugin_core-9b221e69db21e0dc)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test utils::parser::test::test_parse_single_command ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plugin_twitch-8f031e52aaae8d1b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/testtwitch.rs (/opt/rustwide/target/debug/deps/testtwitch-e2a40e965feef83a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plugin_url-638eb45c28be9815)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test test::test_command_search ... ok
[INFO] [stdout] test parsing_utils::test::test_word ... ok
[INFO] [stdout] test test::test_command_search_multi_word ... ok
[INFO] [stdout] test test::test_command_with_idx ... ok
[INFO] [stdout] test test::test_command_search_missing_search ... ok
[INFO] [stdout] test test::test_command_with_idx_and_target ... ok
[INFO] [stdout] test test::test_command_search_missing_search_with_target ... ok
[INFO] [stdout] test test::test_command_with_target ... ok
[INFO] [stdout] test test::test_decode_text ... ok
[INFO] [stdout] test test::test_extract_yt_id ... ok
[INFO] [stdout] test test::test_simple_command ... ok
[INFO] [stdout] test test::test_simple_url ... ok
[INFO] [stdout] test test::test_multiple_urls ... ok
[INFO] [stdout] test test::test_take_till ... ok
[INFO] [stdout] test test::test_url_prefix ... ok
[INFO] [stdout] test test::test_url_suffix ... ok
[INFO] [stdout] test test::test_is_yt_url ... ok
[INFO] [stderr]      Running unittests src/bin/test_sniff_url.rs (/opt/rustwide/target/debug/deps/testsniff-1b4996a5d76c475a)
[INFO] [stdout] test test::test_command_search_with_target ... ok
[INFO] [stdout] test test::test_simple_command_no_match ... ok
[INFO] [stdout] test test::test_url_surround ... ok
[INFO] [stdout] test test::test_weird_chars ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/bin/teststreaming.rs (/opt/rustwide/target/debug/deps/teststreaming-23ba8a1691c5e0b6)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/testyt.rs (/opt/rustwide/target/debug/deps/testyt-88b0acab198f0e30)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/republican_calendar-6e91425ee739bfe2)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_conversion ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rustygolem-133ea2b6d575032c)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test utils::parser::test::test_parse_single_command ... ok
[INFO] [stdout] test plugins::crypto::plugin::test::price_from_json ... ok
[INFO] [stdout] test plugins::crypto::plugin::test::test_crypto ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/testgolem.rs (/opt/rustwide/target/debug/deps/testgolem-7d4d086163d0880d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests plugin_core
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests plugin_twitch
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests plugin_url
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests republican_calendar
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1c3f84621a462ff5c2b49fc677bfce66d017ae32393ae9010595f55471fa74fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c3f84621a462ff5c2b49fc677bfce66d017ae32393ae9010595f55471fa74fa", kill_on_drop: false }`
[INFO] [stdout] 1c3f84621a462ff5c2b49fc677bfce66d017ae32393ae9010595f55471fa74fa
